go/types.Checker.missingMethod (method)
4 uses
go/types (current package)
instantiate.go#L201: if m, wrong := check.missingMethod(V, Ti, true); m != nil /* !Implements(V, Ti) */ {
lookup.go#L295: m, alt := (*Checker)(nil).missingMethod(V, T, static)
lookup.go#L308: func (check *Checker) missingMethod(V Type, T *Interface, static bool) (method, alt *Func) {
lookup.go#L446: return check.missingMethod(T, V, false)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)